home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / X11 / xinit / xinput.d / scim < prev   
Encoding:
Text File  |  2006-10-17  |  577 b   |  16 lines

  1. # im-switch configuration file for scim
  2. # should be installed as /etc/X11/xinit/xinput.d/scim
  3. # this configuration uses GTK IM module and Qt IM module provided by SCIM
  4.  
  5. # exported enviroment variables
  6. XMODIFIERS="@im=SCIM"
  7. GTK_IM_MODULE="scim"
  8. QT_IM_MODULE="scim"
  9. # command and arguments to invoke scim
  10. XIM_PROGRAM="/usr/bin/scim"
  11. XIM_ARGS="--daemon"
  12. # package dependency (note that the format used here is not environment
  13. # variable, but some format for libapt-pkg-perl and is parsed by grep,
  14. # so can't be quoted, and no spaces allowed)
  15. DEPENDS=scim-gtk2-immodule,scim-qtimm
  16.